Welcome![Sign In][Sign Up]
Location:
Search - tcp ip CSharp

Search list

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[CSharpTCPClientServerST

Description: tcp ip c# 实现 用。NET 例子-tcp ip c# used.NET example
Platform: | Size: 7168 | Author: 李德国 | Hits:

[CSharpTCPDate

Description: tcp ip DATA 用VS。NET的例子-tcp ip with VS.NET example
Platform: | Size: 12288 | Author: 李德国 | Hits:

[TCP/IP stackTCP_IP

Description: TCP服务器监听程序,及客户端测试,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等-TCP server monitoring procedures, and client testing, GPS car terminal for the TCP/IP communication: send/accept the message, such as orders and
Platform: | Size: 38912 | Author: whj | Hits:

[xml-soap-webserviceWTcpSrv

Description: TCP/IP socket Server,can open xml file and sends the data to all clients
Platform: | Size: 331776 | Author: frank | Hits:

[Windows DevelopFILES

Description: Generic TCP/IP Client/Server
Platform: | Size: 991232 | Author: king | Hits:

[TCP/IP stackicancu

Description: 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
Platform: | Size: 4829184 | Author: 高会新 | Hits:

[Windows CETCP_Server_Csharp

Description: TCP/IP服务器,编程环境VS2008编程语言c#。提供TCP侦听链接和数据交换功能。-TCP/IP server and programming environment VS2008 programming language c#.
Platform: | Size: 64512 | Author: zhnglingshan | Hits:

[TCP/IP stackTCPIP

Description: TCP/IP 端口监听,TCP/IP 协议 VS2005 C#-tcp/ip listen
Platform: | Size: 80896 | Author: laoco | Hits:

[ICQ-IM-ChatBasic_ClientServer_Chat

Description: Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.-Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.
Platform: | Size: 101376 | Author: nik | Hits:

[OtherTCP-IP

Description: Learning C# for networking
Platform: | Size: 778240 | Author: Hien | Hits:

[CSharpcsharpfr_SERVEUR-ESCLAVE-MODBUS-TCP-IP___Page

Description: This server / ModBus slave simulates equipment communicating with the ModBus protocol on a TCP / IP as a controller for example. It responds to requests from a master / client. I used ModScan32 and a monitoring software that I developed in my company for testing. Some details: - 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit / register) can be modified in the cell corresponding - Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F - Return management of exceptions ModBus started but complete - Visual refresh table data after a write request to complete The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32). Development in Visual Studio. NET 2008.-This server/ModBus slave simulates equipment communicating with the ModBus protocol on a TCP/IP as a controller for example. It responds to requests from a master/client. I used ModScan32 and a monitoring software that I developed in my company for testing. Some details: - 4 tables of data are scaled to 200 items each (constant chosen arbitrarily) and values of each item (bit/register) can be modified in the cell corresponding - Responses to requests functions 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x10, 0x0F - Return management of exceptions ModBus started but complete - Visual refresh table data after a write request to complete The software is not finalized and has been tested only in certain configurations, it must contain some bugs. If you detect inconsistencies vis-à-vis the protocol, please let me know (I have some issues that differ among the PDF and found the software testing as ModScan32). Development in Visual Studio. NET 2008.
Platform: | Size: 60416 | Author: bigui | Hits:

[TCP/IP stackMulticast

Description: This project implement the concept of Multicast Server - Client using CSharp Language Programming. There are each source file for Client and Server. The commmunication from Server and Client use TCP/IP protocol on 224 port.-This project implement the concept of Multicast Server- Client using CSharp Language Programming. There are each source file for Client and Server. The commmunication from Server and Client use TCP/IP protocol on 224 port.
Platform: | Size: 12288 | Author: nechifor | Hits:

[Internet-NetworkTCP_IP(server_client)

Description: TCP/IP协议通讯数据发送接收(客户端服务器端都包含在内,Csharp代码)-TCP/IP protocol communication data sending and receiving (client server-side are included, Csharp code)
Platform: | Size: 113664 | Author: 钟毓秀 | Hits:

[P2PP2Psocket

Description: P2P视频通信源代码,使用upd,tcp/ip通讯协议, 用C#开发。-P2P video communications source code, the use of upd, tcp/ip protocol, with the C# development.
Platform: | Size: 538624 | Author: wo | Hits:

[CSharpcSharp-tcp-ip

Description: C#编写的TCP/IP文字传输,可以连接到远程地址、端口,也可以监听本地端口-Written in C# TCP/IP Transfer, you can connect to the remote address, port, local port can monitor
Platform: | Size: 88064 | Author: jammylee | Hits:

[TCP/IP stackGprs-tcpip

Description: GPRS,TCP/IP communication
Platform: | Size: 321536 | Author: wf | Hits:

[Othertcp-ip-sockets-in-cSharp

Description: c#下tcp/ip sockets的详细原理及应用。 主要内容有: socket的原理介绍 收发消息 阻塞、线程等。-TCP/IPSocketsinC# Practical Guide for Programmers Contents: 4 Beyond the Basics 4.1 Nonblocking I/O 4.2 Multiplexing 4.3 Threads 4.4 Asynchronous I/O 4.5 Multiple Recipients 4.6 Closing Connections 4.7 Wrapping Up 4.8 Exercises 5 Under the Hood 5.1 Buffering and TCP 5.2 Buffer Deadlock 5.3 Performance Implications 5.4 TCP Socket Life Cycle 5.5 Demultiplexing Demystified 5.6 Exercises
Platform: | Size: 1604608 | Author: grace | Hits:

[Internet-NetworkcSharp-TCP-Server

Description: 主要用于C#针对TCP/IP协议的网口通讯功能 以PC机作为服务器-Mainly used in C# for TCP/IP protocol communication network interface to PC, as the server
Platform: | Size: 119808 | Author: yc | Hits:

[CSharpTF6310-TCP-IP

Description: 倍福TCP-IP源代码,安装即可调用库文件(Beckhoff TCP source code, installation can call library files.)
Platform: | Size: 1254400 | Author: 烦烦烦2啊 | Hits:
« 12 3 4 »

CodeBus www.codebus.net